home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / go.bat next >
DOS Batch File  |  1993-08-09  |  675b  |  36 lines

  1. @echo off
  2. cd \
  3. cls
  4. cd \online
  5. if "%1"=="color" goto color
  6. if "%1"=="COLOR" goto color
  7. if "%1"=="Color" goto color
  8. if "%1"=="Mono" goto mono
  9. if "%1"=="mono" goto mono
  10. if "%1"=="MONO" goto mono
  11. goto oops
  12. :color
  13. INSTALL
  14. online color
  15. goto end
  16. :mono
  17. INSTALL
  18. online mono
  19. goto end
  20. :oops
  21. cls
  22. echo.
  23. echo.
  24. echo                            !!!!!!!! WARNING !!!!!!!!
  25. echo 
  26. echo         You have tried to install the ShareWare OnLine Retrieval System
  27. echo         without one of the required options.  Please execute GO MONO or
  28. echo            GO COLOR to install the ShareWare OnLine Retrieval System.
  29. echo.
  30. pause
  31. cd ..
  32. goto end2
  33. :end
  34. install
  35. :end2
  36.